home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_05 / 8n05077c < prev    next >
Encoding:
Text File  |  1995-11-01  |  73 b   |  10 lines

  1.  
  2. Listing 10:
  3. int testcalled;
  4.  
  5. static test()
  6. {
  7.     testcalled++;
  8. }
  9.  
  10.